home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo off
- goto start
- n bwave.exe
- l
- g128
- t
- g20d
- t
- ge3
- t
- g635
- t2
- g952
- t2
- g533
- t2
- g2dd
- t
- g440c
- > regno.txt
- da ds:si ds:si+7
- q
-
- :start
- cls
- echo
- echo The Scorpion ¥ Entertainment Network Presents
- echo ─────────────────────────────────────────────
- echo The Blue Wave Offline Mail Reader v2.10 serial number generator
- echo
- echo This program will generate your own personal REGISTRATION code for this
- echo particular version of Blue Wave!!
- echo
- echo Here's what you have to do:
- echo 1.) Run Blue Wave and enter your registration name as you wish it to be.
- echo The registration menu is part of the setup parameters menu.
- echo Here is my registration information just in case you were wondering!
- echo Registration Name Untamed Stallion
- echo Registration Number 72923816
- echo 2.) Next, run this registration program!
- echo 3.) After this program runs, a small file called regno.txt will have been
- echo created. Inside is your personal REGISTRATION number!!
- echo This program should take less than 25 seconds to run. Do not wait more!
- echo
- echo Press any key to continue or CTRL-C to abort
- pause > NUL
-
- if not exist regfnd.exe goto noexe
- if not exist bwave.exe goto noexe
- regfnd < regit.bat > nul
- goto end
-
- :noexe
- echo
- echo Argggggggggggggggggggggggg!
- echo This registration procedure requires:
- echo regfnd.exe, regit.bat, and bwave.exe to be in the current directory.
- echo The first two can be removed to save space once the procedure is complete.
- goto exit
-
- :end
- cls
- echo We did it!!!!! All Done
- echo Your REGISTRATION serial number is stored in regno.txt!!
- echo
- type regno.txt
- echo ########
- echo The registration number is the 8 character numeric string ABOVE those
- echo pound signs.
- echo Run BWAVE (unregistered one more time) to enter your new serial number.
- echo
- echo Scorpion ¥
-
- :exit
- echo on